home *** CD-ROM | disk | FTP | other *** search
/ Kyoko 8203 / Kyoko 8203.iso / pc / comic.dxr / 00019_èâä²âª.ls < prev    next >
Encoding:
Text File  |  2003-03-03  |  222 b   |  12 lines

  1. global cdvoume
  2.  
  3. on prepareFrame
  4.   set the volume of sound 1 to cdvoume * 19
  5.   repeat with i = 15 to 27
  6.     sprite(i).visible = 1
  7.   end repeat
  8.   repeat with i = 15 + cdvoume to 27
  9.     sprite(i).visible = 0
  10.   end repeat
  11. end
  12.